home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / riddler.dxr / 00043_Play Again Init Script.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  395 b   |  10 lines

  1. on enterFrame
  2.   global gMusicChannel, gPathToSound, fileDelimiter, gPACounter, gLimit
  3.   set gPACounter to 0
  4.   set gLimit to random(500) + 200
  5.   KillEmPuppets()
  6.   set the volume of sound gMusicChannel to 255
  7.   sound playFile gMusicChannel, gPathToSound & "music" & fileDelimiter & "Playagan.aif"
  8.   preloadMember(member "yesno min" of castLib "Signup", member "yesno max" of castLib "SignUp")
  9. end
  10.